home *** CD-ROM | disk | FTP | other *** search
- Path: cville-srv.wam.umd.edu!walrus
- From: walrus@wam.umd.edu (Udo K Schuermann)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Can you mix GadTools & std Intuition Gadgets?
- Date: 8 Apr 1996 19:21:28 GMT
- Organization: University of Maryland, College Park
- Message-ID: <4kbovo$pmp@cville-srv.wam.umd.edu>
- References: <4kad3q$fvg@canopus.cc.umanitoba.ca>
- NNTP-Posting-Host: rac8.wam.umd.edu
-
- In article <4kad3q$fvg@canopus.cc.umanitoba.ca>,
- Kenneth Paulson <umpaul18@cc.umanitoba.ca> wrote:
- >I've read through all of the documentation that I have, and I can't seem to
- >find anything definite. Can you mix GadTools gadgets with standard
- >Intuition Gadgets?
-
- Yes. The easiest way, and probably most compatible in the future, is to
- place non-GadTools gadgets first, and hang the GadTools gadgets off the
- end of that list:
-
- Window.FirstGadget->[stdgad]->[stdgad]->[GTgadgets....]
-
- For best compatibility, make no assumptions about the list of GadTools
- gadgets except that it's a list of gadgets of some sort. I'd say walking
- that list to the end is about the most assumption you can make, but if you
- keep the organization as in the example above, you won't even need to do
- that. Also, do not modify any GadTools gadgets. If you need to make changes
- to a GadTools gadgets, destroy the whole list (of GadTools gadgets) and
- rebuild it (you need not, of course, destroy your own gadgets.)
-
- |._.|_ Udo Schuermann "The future's not what it used to be!"
- |(:)| ) walrus@wam.umd.edu -- Narn Ambassador G'Kar
- |_:_|/ http://www.wam.umd.edu/~walrus/ Babylon 5, "The Long Dark"
-